home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / all-db-f.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  168 b   |  8 lines

  1. @echo off
  2. echo Here is a listing of all files; only the file NAME and file SIZE are displayed
  3. echo in a DATABASE format.
  4. call presskey
  5. echo on
  6. ffg /p *:* /f,ns
  7.  
  8.